An expression such as x = 0 or i++ ... becomes a statement if followed by a semicolon i++;
x = 0
i++
i++;